diff --git a/index.js b/index.js index bec07c5..f77f4f4 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ 'use strict' -const { format } = require('util') +const { format } = require('node:util') function toString () { return `${this.name} [${this.code}]: ${this.message}`