Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
fix miss log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Sep 29, 2016
1 parent 2d69846 commit 8919192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ function _convertId(props) {

class BuildWorker extends WorkerBase {
run(state, callback) {
Editor.Ipc.sendToAll('creator-legacy-support:state-changed', 'start', 0);

Editor.require('app://asset-db');

this._usedUuids = {};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Cocos Creator",
"main": "main.js",
"main-menu": {
"Legacy Support/Setup Target Project": {
"i18n:MAIN_MENU.project.title/Legacy Support/Setup Target Project": {
"message": "creator-legacy-support:setup-target-project"
},
"i18n:MAIN_MENU.project.title/Legacy Support/Build Now": {
Expand Down

0 comments on commit 8919192

Please sign in to comment.