This commit is contained in:
Alex Dima 2021-09-28 14:13:56 +02:00
parent 4139c81eba
commit 96353e2bcf
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -191,7 +191,7 @@ const compileEditorESMTask = task.define('compile-editor-esm', () => {
}
}
console.log(`Open in VS Code the folder at '${destPath}' and you can alayze the compilation error`);
console.log(`Open in VS Code the folder at '${destPath}' and you can analyze the compilation error`);
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.');
});
}