Commit 561c268
console: use spread notation instead of Object.assign
PR-URL: #25149
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>1 parent e182ca9 commit 561c268Copy full SHA for 561c268
File tree
Expand file treeCollapse file tree
1 file changed
+9
-5
lines changedOpen diff view settings
Filter options
- lib/internal/console
Expand file treeCollapse file tree
1 file changed
+9
-5
lines changedOpen diff view settings
Collapse file
lib/internal/console/constructor.js
Copy file name to clipboardExpand all lines: lib/internal/console/constructor.js+9-5Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
411 | 411 | |
412 | 412 | |
413 | 413 | |
414 | | - |
415 | | - |
416 | | - |
417 | | - |
418 | | - |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
419 | 423 | |
420 | 424 | |
421 | 425 | |
|
0 commit comments