Skip to content

Commit

Permalink
Remove node prefix from url
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed May 10, 2024
1 parent 9f0deca commit eca2765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/src/isMain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import { fileURLToPath } from 'node:url'
import { fileURLToPath } from 'url'
// https://stackoverflow.com/a/76582917
/**
* Determines whether a module is the entry point for the running node process.
Expand Down

0 comments on commit eca2765

Please sign in to comment.