Skip to content

Commit

Permalink
add more debug information
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Nguyen <[email protected]>
  • Loading branch information
jacoobes committed Aug 11, 2024
1 parent 3acf32d commit 5bb3e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/event-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export async function callInitPlugins(_module: Module, deps: Dependencies, emit?
resultPayload('failure', module, result.error ?? SernError.PluginFailure));
}
throw Error((result.error ?? SernError.PluginFailure) +
'on module' + module.name + " " + module.meta.absPath);
'on module ' + module.name + " " + module.meta.absPath);
}
}
return module
Expand Down

0 comments on commit 5bb3e46

Please sign in to comment.