Skip to content

Commit 96353e2

Browse files
committed
Fix typo
1 parent 4139c81 commit 96353e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const compileEditorESMTask = task.define('compile-editor-esm', () => {
191191
}
192192
}
193193

194-
console.log(`Open in VS Code the folder at '${destPath}' and you can alayze the compilation error`);
194+
console.log(`Open in VS Code the folder at '${destPath}' and you can analyze the compilation error`);
195195
throw new Error('Standalone Editor compilation failed. If this is the build machine, simply launch `yarn run gulp editor-distro` on your machine to further analyze the compilation problem.');
196196
});
197197
}

0 commit comments

Comments
 (0)