Skip to content
  • vdukhovni's avatar
    138b7a57
    There's no "errorWithCallStack", just use "error". · 138b7a57
    vdukhovni authored and Marge Bot's avatar Marge Bot committed
    There's no `errorWithCallStack`, only `errorWithStackTrace`, but the latter is
    now deprecated, since `error` now defaults to returning a stack strace.
    
    So rather than change this to the intended deprecated function we replace
    `errorWithCallStack` with `error` instead.
    138b7a57
    There's no "errorWithCallStack", just use "error".
    vdukhovni authored and Marge Bot's avatar Marge Bot committed
    There's no `errorWithCallStack`, only `errorWithStackTrace`, but the latter is
    now deprecated, since `error` now defaults to returning a stack strace.
    
    So rather than change this to the intended deprecated function we replace
    `errorWithCallStack` with `error` instead.
Loading