Skip to content

Commit

Permalink
reimplement debugInfos workflow
Browse files Browse the repository at this point in the history
debugInfos


debuginfos


README updated


debugInfos workflow


reimplement debugInfos workflow
  • Loading branch information
PPpro committed Mar 26, 2018
1 parent 9c269c9 commit f594dae
Show file tree
Hide file tree
Showing 8 changed files with 658 additions and 740 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ node_modules
/tools/jsdoc_toolkit/jsdoc_toolkit-2.4.0
/.project
npm-debug.log
DebugInfos.json
2 changes: 1 addition & 1 deletion CCDebugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ cc._throw = CC_EDITOR ? Editor.error : function (error) {

// define log methods to lookup message ID

const debugInfos = CC_DEBUG && require('./DebugInfos');
const debugInfos = require('./DebugInfos') || {};
const ERROR_MAP_URL = 'https://github.com/cocos-creator/engine/blob/master/EngineErrorMap.md';

function getTypedFormatter (type) {
Expand Down
729 changes: 0 additions & 729 deletions DebugInfos.js

This file was deleted.

Loading

0 comments on commit f594dae

Please sign in to comment.