| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b69cac7 commit fcc19e1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,8 @@ assert.strictEqual(processUtil.getProxyDetails({}), undefined); | |||
| 31 | 31 | // and the get function on the handler object defined above | |
| 32 | 32 | // is actually invoked. | |
| 33 | 33 | assert.throws( | |
| 34 | - () => util.inspect(proxyObj) | ||
| 34 | + () => util.inspect(proxyObj), | ||
| 35 | + /^Error: Getter should not be called$/ | ||
| 35 | 36 | ); | |
| 36 | 37 | ||
| 37 | 38 | // Yo dawg, I heard you liked Proxy so I put a Proxy | |
| Back | FazBrowse Home | New Git URL |
0 commit comments