﻿
`original-fs`
=============

```js
module.exports = require('fs');
```

Ensure that the correct module is loaded in a non-Electron environment.

在非 Electron 环境中确保加载正确的模块。
