Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyJiangWJ committed Apr 28, 2020
1 parent 6196401 commit 251110b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/prototype/Automator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
* @Author: TonyJiangWJ
* @Date: 2020-04-25 20:37:31
* @Last Modified by: TonyJiangWJ
* @Last Modified time: 2020-04-27 23:59:28
* @Last Modified time: 2020-04-28 10:04:53
* @Description:
*/
let { config: _config } = require('../../config.js')(runtime, this)
let singletoneRequire = require('../SingletonRequirer.js')(runtime, this)
let _logUtils = singletoneRequire('LogUtils')
let FileUtils = singletoneRequire('FileUtils')
let customLockScreen = files.exists(FileUtils.getCurrentWorkPath() + '/extends/LockScreen.js') ? require('../../extends/LockScreen.js') : null


Expand Down
5 changes: 3 additions & 2 deletions lib/prototype/WidgetUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: TonyJiangWJ
* @Date: 2019-11-05 09:12:00
* @Last Modified by: TonyJiangWJ
* @Last Modified time: 2020-04-25 19:22:30
* @Last Modified time: 2020-04-28 01:41:37
* @Description:
*/
let { config: _config } = require('../../config.js')(runtime, this)
Expand Down Expand Up @@ -168,7 +168,8 @@ const widgetGetOne = function (contentVal, timeout, containType, suspendWarning)
if (target && containType) {
let result = {
target: target,
isDesc: isDesc
isDesc: isDesc,
content: content
}
return result
}
Expand Down

0 comments on commit 251110b

Please sign in to comment.