Skip to content

Commit 3c30aeb

Browse files
committed
fix
1 parent be0e125 commit 3c30aeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/tc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ async function getDefaultInterface() {
2020
if (result.stdout.length === 0) {
2121
const result = await shell('sudo ip route show');
2222
throw new Error(
23-
'There was an error getting the default interface %s',
24-
result.stdout
23+
`There was an error getting the default interface ${result.stdout}`
2524
);
2625
}
2726
return result.stdout;

0 commit comments

Comments
 (0)