Project

General

Profile

Actions

Bug #11692

closed

CWL Expression Tool Javascript issue when using str.includes

Added by Sarah Zaranek almost 7 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-

Description

Again, not sure if this is a bug, and/or if it is an issue with the arvados cwl runner or cwl in general.

When I try to use certain str methods sch as str.includes in a cwl script (as part of Expression Tool) it doesn't work and stops running.

I narrowed it down and cut and pasted a simple example from a javascript doc page

var str = "Hello world, welcome to the universe.";
var n = str.includes("world");

Actions

Also available in: Atom PDF