mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-07 06:14:46 +00:00
压缩
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var verror = require('../lib/verror');
|
||||
|
||||
var opname = 'read';
|
||||
var err = new verror.VError('"%s" operation failed', opname);
|
||||
console.log(err.message);
|
||||
console.log(err.stack);
|
||||
Reference in New Issue
Block a user