Skip to content

Commit b77b286

Browse files
patch
1 parent ba48846 commit b77b286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class Engine {
1919

2020
console.log("Environment: " + this.environmentName);
2121
if (! await this.isEnvironmentComplete()) {
22-
if (this.environment.failOnIncomplete) {
22+
if (this.environment.failOnIncomplete && !this.syntaxErrorLogger.activated) {
2323
throw "Environment incomplete: " + this.environmentName;
2424
} else if(!this.environment.skipMissingFunctions) {
2525
console.log("Environment incomplete: " + this.environmentName);

0 commit comments

Comments
 (0)