diff options
Diffstat (limited to 'lib/compilers/hook.ts')
-rw-r--r-- | lib/compilers/hook.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/hook.ts b/lib/compilers/hook.ts index f893ca1f2..a97239863 100644 --- a/lib/compilers/hook.ts +++ b/lib/compilers/hook.ts @@ -64,7 +64,7 @@ export class HookCompiler extends BaseCompiler { compiler: string, options: string[], inputFilename: string, - execOptions: ExecutionOptions + execOptions: ExecutionOptions, ): Promise<CompilationResult> { const dirPath = path.dirname(inputFilename); const outputFilename = this.getOutputFilename(dirPath); |