fredck 11 anni fa
parent
commit
cccf1193df
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dev/tasks/build/builder.js

+ 1 - 1
dev/tasks/build/builder.js

@@ -66,7 +66,7 @@ Builder.prototype = {
 			return;
 		}
 
-		console.log( 'Building CKEditor into the "' + this.target + '" directory:')
+		console.log( 'Building CKEditor into the "' + this.target + '" directory:' );
 
 		runNext();