Skip to content
  • Rob Swindell's avatar
    Fixes to printfile and printtail methods · ac3d3173
    Rob Swindell authored
    Throw an exception if no filename is specified (rather than just abort the
    script by returning JS_FALSE).
    
    The return value is supposed to be a bool, not an int (JS_TRUE != JSVAL_TRUE).
    ac3d3173