Skip to content

Commit c82d646

Browse files
committed
Deprecate the 'ini' module
1 parent 78e49f1 commit c82d646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ini.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
var sys = require('sys');
2+
3+
sys.error('The "ini" module will be removed in future versions of Node, please extract it into your own code.');
4+
15
// TODO:
26
// 1. Handle quoted strings, including line breaks, so that this:
37
// foo = "bar

0 commit comments

Comments
 (0)