Skip to content

Commit 1d454ae

Browse files
committed
refactor: prefix node:* to util
1 parent 7812e11 commit 1d454ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/target.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
under the License.
1818
*/
1919

20-
const { inspect } = require('util');
20+
const { inspect } = require('node:util');
2121
const execa = require('execa');
2222
const Adb = require('./Adb');
2323
const build = require('./build');

0 commit comments

Comments
 (0)