Skip to content

Commit

Permalink
refactor: prefix node:* to util
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 5, 2024
1 parent 7812e11 commit 1d454ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/target.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
*/

const { inspect } = require('util');
const { inspect } = require('node:util');
const execa = require('execa');
const Adb = require('./Adb');
const build = require('./build');
Expand Down

0 comments on commit 1d454ae

Please sign in to comment.