We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e49f1 commit c82d646Copy full SHA for c82d646
lib/ini.js
@@ -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
5
// TODO:
6
// 1. Handle quoted strings, including line breaks, so that this:
7
// foo = "bar
0 commit comments