mirror of
https://github.com/tauri-apps/tauri-plugin-fs-extra.git
synced 2026-01-31 00:45:17 +01:00
chore(deps): update dependency rollup to v4.30.0 (v1) (#2264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12629655110 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
2
dist-js/index.min.js
vendored
2
dist-js/index.min.js
vendored
@@ -21,7 +21,7 @@ function transformCallback(callback, once = false) {
|
||||
if (once) {
|
||||
Reflect.deleteProperty(window, prop);
|
||||
}
|
||||
return callback === null || callback === void 0 ? void 0 : callback(result);
|
||||
return callback === null || callback === undefined ? undefined : callback(result);
|
||||
},
|
||||
writable: false,
|
||||
configurable: true
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user