Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 972ca8c

Browse files
committed
add --relative flag circumvent dep path bug
1 parent 82862c1 commit 972ca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
// With the custom format the puppet-int ouput looks like this:
6161
// error mongodb::service not in autoload module layout 3 7
6262
const regexLine = /^(warning|error)\s(.*)\s(\d+)\s(\d+)$/;
63-
const args = ['--log-format', '%{kind} %{message} %{line} %{column}', '--error-level', errorLevel];
63+
const args = ['--relative', '--log-format', '%{kind} %{message} %{line} %{column}', '--error-level', errorLevel];
6464

6565
const optionsMap = require('./flags.js');
6666

0 commit comments

Comments
 (0)