Explorar el Código

Changed message in dev-install task.

Szymon Kupś hace 10 años
padre
commit
952e4358a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dev/tasks/utils/dev-install.js

+ 1 - 1
dev/tasks/utils/dev-install.js

@@ -96,6 +96,6 @@ module.exports = ( ckeditor5Path, workspaceRoot, name, writeln ) => {
 		writeln( 'Running "npm install" in CKEditor5 repository...' );
 		tools.npmInstall( ckeditor5Path );
 	} else {
-		throw new Error( 'Please provide valid GitHub URL or npm module name.' );
+		throw new Error( 'Please provide valid GitHub URL, NPM module name or path.' );
 	}
 };