Files
atom/src
Antonio Scandurra 52631bab98 Use fs-plus instead of fs in AtomProtocolHandler
This commit fixes some deprecation warnings we were observing in our 
test suite, as well as when opening packages that registered protocol 
handlers such as the `welcome` package.

The warnings were due to using the `fs.(l)statSyncNoException` API, 
which will be deprecated from Electron 4 onwards. We had already dealt 
with this by shipping https://github.com/atom/fs-plus/pull/46, which 
provided a shim on `fs-plus` to suppress the warning. However, 
`AtomProtocolHandler` was still using the standard `fs` module, which 
was causing the warning to be displayed whenever a package registered a 
URL opener.
2019-05-20 18:03:14 +02:00
..
2018-10-18 17:48:54 +02:00
2018-08-02 17:24:03 -05:00
2019-02-07 10:00:47 +10:00
2018-07-24 09:53:14 -04:00
2018-02-05 11:34:49 -08:00
2017-11-16 00:10:13 -06:00
2018-03-03 19:18:35 +03:00
👕
2017-05-17 21:08:11 +02:00
2017-04-06 16:44:44 -07:00
2017-08-22 23:10:14 -07:00
👕
2018-01-09 12:19:33 -08:00
💄
2014-07-01 10:45:13 -07:00
2018-01-19 11:56:25 -08:00
2017-05-11 19:13:06 +02:00
👕
2018-10-19 17:06:01 -07:00
2018-03-03 19:18:35 +03:00
2016-09-26 20:52:13 +03:00
👕
2019-05-07 13:33:18 -04:00
2019-04-16 22:39:26 -05:00
2018-04-26 10:28:14 -04:00