Skip to content

Commit

Permalink
fix: use path.win32.basename
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jan 10, 2023
1 parent 7255415 commit 56052ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formdata/parser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const { Writable } = require('stream')
const { basename } = require('path')
const { win32: { basename } } = require('path')
const { states, chars, headerStates, emptyBuffer, maxHeaderLength } = require('./constants')
const { FileStream } = require('./filestream')
const {
Expand Down

0 comments on commit 56052ec

Please sign in to comment.