Skip to content

Commit

Permalink
added version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 4, 2022
1 parent 6e7b78d commit fcb7dad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/global.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'use strict'

const globalDispatcher = Symbol.for('undici.globalDispatcher')
// We include a version number for the Dispatcher API. In case of breaking changes,
// this version number must be increased to avoid conflicts.
const globalDispatcher = Symbol.for('undici.globalDispatcher.1')
const { InvalidArgumentError } = require('./core/errors')
const Agent = require('./agent')

Expand Down

0 comments on commit fcb7dad

Please sign in to comment.