File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144155,10 +144155,10 @@ function prepareNPMArtifacts() {
144155144155function bundleNPMArtifacts() {
144156144156 return __awaiter(this, void 0, void 0, function* () {
144157144157 if (!compilerVersion) {
144158- throw new Error("Prepare bundle-npm-artifacts needs `bundle-npm-artifacts -compiler-version` field to be set in github actions");
144158+ throw new Error("Prepare bundle-npm-artifacts needs `ocaml -compiler-version` field to be set in github actions");
144159144159 }
144160144160 if (!staticCompilerVersion) {
144161- throw new Error("Prepare bundle-npm-artifacts needs `bundle-npm-artifacts -static-compiler-version` field to be set in github actions");
144161+ throw new Error("Prepare bundle-npm-artifacts needs `ocaml -static-compiler-version` field to be set in github actions");
144162144162 }
144163144163 external_fs_.statSync(workingDirectory);
144164144164 process.chdir(workingDirectory);
Original file line number Diff line number Diff line change @@ -364,13 +364,13 @@ async function prepareNPMArtifacts() {
364364async function bundleNPMArtifacts ( ) {
365365 if ( ! compilerVersion ) {
366366 throw new Error (
367- "Prepare bundle-npm-artifacts needs `bundle-npm-artifacts -compiler-version` field to be set in github actions"
367+ "Prepare bundle-npm-artifacts needs `ocaml -compiler-version` field to be set in github actions"
368368 ) ;
369369 }
370370
371371 if ( ! staticCompilerVersion ) {
372372 throw new Error (
373- "Prepare bundle-npm-artifacts needs `bundle-npm-artifacts -static-compiler-version` field to be set in github actions"
373+ "Prepare bundle-npm-artifacts needs `ocaml -static-compiler-version` field to be set in github actions"
374374 ) ;
375375 }
376376
You can’t perform that action at this time.
0 commit comments