Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1600215 Details for
Bug 1735361
sys.puts is not a function
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch ronn to stop using deprecated util.puts and util.debug
file_1735361.txt (text/plain), 958 bytes, created by
Stuart D Gathman
on 2019-08-03 23:08:47 UTC
(
hide
)
Description:
patch ronn to stop using deprecated util.puts and util.debug
Filename:
MIME Type:
Creator:
Stuart D Gathman
Created:
2019-08-03 23:08:47 UTC
Size:
958 bytes
patch
obsolete
>diff -up ./node_modules/ronn/bin/ronn.js.puts ./node_modules/ronn/bin/ronn.js >--- ./node_modules/ronn/bin/ronn.js.puts 2019-08-03 18:32:03.560415945 -0400 >+++ ./node_modules/ronn/bin/ronn.js 2019-08-03 18:33:18.600372936 -0400 >@@ -2,7 +2,8 @@ > > var RONN_VERSION = "0.4.0"; > >-var sys = require('util'); >+var console = require('console'); >+var sys = { 'puts': console.log, 'debug': console.error }; > var fs = require('fs'); > var path = require('path'); > var opts = require('opts'); >diff -up ./node_modules/ronn/lib/ronn.js.puts ./node_modules/ronn/lib/ronn.js >--- ./node_modules/ronn/lib/ronn.js.puts 2019-08-03 18:32:11.703523935 -0400 >+++ ./node_modules/ronn/lib/ronn.js 2019-08-03 18:33:02.578184733 -0400 >@@ -4,7 +4,8 @@ > */ > > var md = require('markdown').markdown; >-var sys = require('util'); >+var console = require('console'); >+var sys = { 'puts': console.log, 'debug': console.error }; > > /* exports Ronn class > * usage :
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1735361
:
1596551
| 1600215