Skip to content

Commit

Permalink
do not use node:os
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Mar 28, 2023
1 parent 913d77c commit b340de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_plugin_modules.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const fs = require('fs')
const os = require('node:os')
const os = require('os')
const path = require('path')
const crypto = require('crypto')
const semver = require('semver')
Expand Down

0 comments on commit b340de5

Please sign in to comment.