diff options
-rw-r--r-- | lib/base-compiler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base-compiler.ts b/lib/base-compiler.ts index 5b4e5909a..1dea12fe0 100644 --- a/lib/base-compiler.ts +++ b/lib/base-compiler.ts @@ -504,7 +504,7 @@ export class BaseCompiler implements ICompiler { const result = await this.exec(compiler, options, execOptions); return { ...result, - inputFilename: utils.maskRootdir(inputFilename), + inputFilename: inputFilename, }; } |