Commit deedbee5 authored by 神楽坂玲奈's avatar 神楽坂玲奈

dry run

parent 80fe23f7
Pipeline #15712 passed with stages
in 1 minute and 4 seconds
...@@ -51,7 +51,7 @@ export class RouteWriter { ...@@ -51,7 +51,7 @@ export class RouteWriter {
// 可能改成异步的会更好点? // 可能改成异步的会更好点?
const input = this.input.join('\n'); const input = this.input.join('\n');
console.log(input); console.log(input);
child_process.execFileSync('ip', ['-batch', '-'], { input }); // child_process.execFileSync('ip', ['-batch', '-'], { input });
this.input = []; this.input = [];
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment