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 0534e4d commit 42ef2c7Copy full SHA for 42ef2c7
packages/nuxt/src/runtime/plugins/storage.server.ts
@@ -63,11 +63,7 @@ export default defineNitroPlugin(async _nitroApp => {
63
continue;
64
}
65
66
- try {
67
- instrumentDriver(mount.driver, mount.base);
68
- } catch {
69
- debug.error(`[storage] Failed to unmount mount: "${mount.base}"`);
70
- }
+ instrumentDriver(mount.driver, mount.base);
71
72
73
// Wrap the mount method to instrument future mounts
0 commit comments