Skip to content

Commit cc96ea0

Browse files
committed
trigger republish of pre-release
1 parent 40887dc commit cc96ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/incrementalCompilation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function getBscArgs(
182182
stat = fs.statSync(buildNinjaPath);
183183
} catch {
184184
if (debug()) {
185-
console.log("Did not find build.ninja, cannot proceed.");
185+
console.log("Did not find build.ninja, cannot proceed..");
186186
}
187187
}
188188
if (stat != null) {

0 commit comments

Comments
 (0)