增加非空判断

This commit is contained in:
klausY
2020-03-20 10:40:16 +08:00
parent 5efc937e42
commit fbd18f0520
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict'
const path = require('path')
function resolve(dir) {
return path.join(__dirname, dir)
}