We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6f35b commit 4b7d5c3Copy full SHA for 4b7d5c3
packages/storage-mixin/lib/backends/splice-disk-ipc.js
@@ -10,7 +10,7 @@ var mergeSpliceResults = require('./util').mergeSpliceResults;
10
var inherits = require('util').inherits;
11
var TestBackend = require('./test');
12
13
-var debug = require('debug')('mongodb-storage-mixin:backends:splice-disk');
+var debug = require('debug')('mongodb-storage-mixin:backends:splice-disk-ipc');
14
15
function SpliceDiskIpcBackend(options) {
16
// replace with tests backend
0 commit comments