Skip to content

Commit

Permalink
updated as per review coments
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 16, 2024
1 parent a1e87bd commit e66e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildtool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface RunBuildOptions {
}

export function generateCommand(options: RunBuildOptions): string {
let command: string = "addpath('"+ path.join(__dirname, "plugins") +"');buildtool"
let command: string = "disp('nnn"+__dirname+"')addpath('"+ path.join(__dirname, "plugins") +"');buildtool"
if (options.Tasks) {
command = command + " " + options.Tasks;
}
Expand Down

0 comments on commit e66e7e6

Please sign in to comment.