File: fix-for-readable-stream-3.diff

package info (click to toggle)
node-node-sass 9.0.0%2Bgit20240724.107ded9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 75,520 kB
  • sloc: javascript: 7,314; cpp: 1,495; perl: 428; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix for readable-stream 3
Author: Xavier Guimard <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/959780
Forwarded: no
Last-Update: 2020-05-05

--- a/stdout-stream/index.js
+++ b/stdout-stream/index.js
@@ -1,5 +1,5 @@
 var fs = require('fs');
-var Writable = require('readable-stream/writable');
+var Writable = require('readable-stream/lib/_stream_writable.js');
 
 var exists = function(path) {
 	try {